home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 86 / PC_Format_September1998_Issue86.iso / Tech / DIRECTOR / data.z / Stream-GeoFacts.dir / Scripts_32_Send Event To Browser.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  111 b   |  7 lines

  1. on mouseDown
  2.   global version
  3.   if version contains "net" then
  4.     externalEvent("swapBgColor()")
  5.   end if
  6. end
  7.